home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / v cisle / mediaportal / Setup.msi / _7D70CA33C218362F815E9756880A9F01 / _5C39CAEF68BB4610A15939B86FEF95EF < prev    next >
Extensible Markup Language  |  2006-12-20  |  3KB  |  74 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!-- 
  3.    This file stores information about the various Directories used in MediaPortal.
  4.    You may change only the information between the <Path> and </Path> elements.
  5.    
  6.    ATTENTION: Never change anything in the <Dir> element as this may cause MediaPortal to fail.
  7.    If you don't know what that means at all, leave the default settings. 
  8.  
  9.    Don't change this file itself.
  10.    copy it to MyDocuments\Team MediaPortal and modify it there.
  11.    If you made an error, the original copy in the MediaPortal Installation Path is used.
  12.  
  13.    Valid Values for the <Path> element are:
  14.    <Path></Path>
  15.    =============
  16.    This indicates that only the MediaPortal Install Path will be used.
  17.    result is: C:\Program Files\Team Mediaportal\
  18.  
  19.    <Path>log\</Path>
  20.    =================
  21.    This indicates that the given Path information should be prefixed with the MediaPortal Install Path.
  22.    result is: C:\Program Files\Team Mediaportal\log\
  23.  
  24.    <Path>C:\Temp\log\</Path>
  25.    =========================
  26.    This indicates that the given Path is an absolute Path and should be used as is.
  27.    result is: C:\Temp\log\
  28. -->
  29. <Config>
  30.   <!-- The Path were all the Config files are located (mediaportal.xml, etc.) -->
  31.   <Dir id = "Config">
  32.     <Path></Path>
  33.   </Dir>
  34.   <!-- The Path were all the Plugins are located. Don't modify -->
  35.   <Dir id = "Plugins">
  36.     <Path>plugins\</Path>
  37.   </Dir>
  38.   <!-- The Path were the log files should be written to -->
  39.   <Dir id = "Log">
  40.     <Path>log\</Path>
  41.   </Dir>
  42.       <!-- The Path were the Custom Inputdevice Mappings are located. -->
  43.   <Dir id = "CustomInputDevice">
  44.     <Path>InputDeviceMappings\custom</Path>
  45.   </Dir>
  46.   <!-- The Path were the skins are located -->
  47.   <Dir id = "Skin">
  48.     <Path>skin\</Path>
  49.   </Dir>
  50.     <!-- The Path were the Language files are located -->
  51.   <Dir id = "Language">
  52.     <Path>language\</Path>
  53.   </Dir>
  54.   <!-- The Path for the databases -->
  55.   <Dir id = "Database">
  56.     <Path>database\</Path>
  57.   </Dir>
  58.   <!-- The Path for the Thumbs, like Music Cover Art, TV Logos, etc. -->
  59.   <Dir id = "Thumbs">
  60.     <Path>thumbs\</Path>
  61.   </Dir>
  62.   <!-- The Path were all the Weather related files are located. -->
  63.   <Dir id = "Weather">
  64.     <Path>weather\</Path>
  65.   </Dir>
  66.   <!-- A Path holding cached information. Like Picture thumbs, modified skin files (packedgfx), etc. Files in there can be removed by the user -->
  67.   <Dir id = "Cache">
  68.     <Path>cache\</Path>
  69.   </Dir>
  70.   <!-- The path to CYGWIN files needed for the burner plugin -->
  71.   <Dir id = "BurnerSupport">
  72.     <Path>Burner\</Path>
  73.   </Dir>
  74. </Config>